home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #12 / K-CD-12-2003.ISO / LookDisk / Look disk setup.exe / #setuppath# / LDW.EXE / 0 / RCDATA / TDLGTEXT / TDLGTEXT.txt
Encoding:
Text File  |  2003-04-25  |  6.6 KB  |  298 lines

  1. object DlgText: TDlgText
  2.   Left = 254
  3.   Top = 163
  4.   HelpContext = 5
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Search Text'
  8.   ClientHeight = 272
  9.   ClientWidth = 580
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnKeyDown = FormKeyDown
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object Label1: TLabel
  21.     Left = 11
  22.     Top = 25
  23.     Width = 32
  24.     Height = 17
  25.     Caption = '&Text:'
  26.     FocusControl = SText
  27.     Font.Color = clBlack
  28.     Font.Height = -15
  29.     Font.Name = 'Arial'
  30.     Font.Style = []
  31.     ParentFont = False
  32.   end
  33.   object Bevel1: TBevel
  34.     Left = 10
  35.     Top = 147
  36.     Width = 415
  37.     Height = 71
  38.   end
  39.   object Label2: TLabel
  40.     Left = 97
  41.     Top = 164
  42.     Width = 238
  43.     Height = 16
  44.     Caption = 'Lines shown before text location (max. 9)'
  45.     Font.Color = clNavy
  46.     Font.Height = -13
  47.     Font.Name = 'Arial'
  48.     Font.Style = []
  49.     ParentFont = False
  50.   end
  51.   object Label3: TLabel
  52.     Left = 96
  53.     Top = 193
  54.     Width = 228
  55.     Height = 16
  56.     Caption = 'Lines shown after text location (max. 9)'
  57.     Font.Color = clNavy
  58.     Font.Height = -13
  59.     Font.Name = 'Arial'
  60.     Font.Style = []
  61.     ParentFont = False
  62.   end
  63.   object Bevel2: TBevel
  64.     Left = 10
  65.     Top = 60
  66.     Width = 558
  67.     Height = 78
  68.   end
  69.   object SText: TEdit
  70.     Left = 48
  71.     Top = 20
  72.     Width = 381
  73.     Height = 26
  74.     Font.Color = clNavy
  75.     Font.Height = -15
  76.     Font.Name = 'Arial'
  77.     Font.Style = [fsBold]
  78.     MaxLength = 40
  79.     ParentFont = False
  80.     TabOrder = 0
  81.   end
  82.   object RBText: TRadioButton
  83.     Left = 454
  84.     Top = 19
  85.     Width = 113
  86.     Height = 17
  87.     Caption = 'Te&xt'
  88.     Font.Color = clNavy
  89.     Font.Height = -13
  90.     Font.Name = 'Arial'
  91.     Font.Style = []
  92.     ParentFont = False
  93.     TabOrder = 1
  94.   end
  95.   object RBHex: TRadioButton
  96.     Left = 454
  97.     Top = 34
  98.     Width = 113
  99.     Height = 17
  100.     Caption = 'Hex c&odes'
  101.     Font.Color = clNavy
  102.     Font.Height = -13
  103.     Font.Name = 'Arial'
  104.     Font.Style = []
  105.     ParentFont = False
  106.     TabOrder = 2
  107.   end
  108.   object CBCase: TCheckBox
  109.     Left = 17
  110.     Top = 70
  111.     Width = 285
  112.     Height = 17
  113.     Caption = '&Match case'
  114.     Font.Color = clNavy
  115.     Font.Height = -13
  116.     Font.Name = 'Arial'
  117.     Font.Style = []
  118.     ParentFont = False
  119.     TabOrder = 3
  120.   end
  121.   object CBOne: TCheckBox
  122.     Left = 17
  123.     Top = 90
  124.     Width = 207
  125.     Height = 17
  126.     Caption = 'Search only &1 text in each file'
  127.     Font.Color = clNavy
  128.     Font.Height = -13
  129.     Font.Name = 'Arial'
  130.     Font.Style = []
  131.     ParentFont = False
  132.     TabOrder = 4
  133.   end
  134.   object CBWord: TCheckBox
  135.     Left = 17
  136.     Top = 110
  137.     Width = 202
  138.     Height = 17
  139.     Caption = '&Whole words only'
  140.     Font.Color = clNavy
  141.     Font.Height = -13
  142.     Font.Name = 'Arial'
  143.     Font.Style = []
  144.     ParentFont = False
  145.     TabOrder = 5
  146.   end
  147.   object CBLineNr: TCheckBox
  148.     Left = 331
  149.     Top = 70
  150.     Width = 228
  151.     Height = 17
  152.     Caption = 'Show line numbers'
  153.     Font.Color = clNavy
  154.     Font.Height = -13
  155.     Font.Name = 'Arial'
  156.     Font.Style = []
  157.     ParentFont = False
  158.     TabOrder = 6
  159.   end
  160.   object CBLine: TCheckBox
  161.     Left = 331
  162.     Top = 90
  163.     Width = 225
  164.     Height = 17
  165.     Caption = 'Show found lines'
  166.     Font.Color = clNavy
  167.     Font.Height = -13
  168.     Font.Name = 'Arial'
  169.     Font.Style = []
  170.     ParentFont = False
  171.     TabOrder = 7
  172.   end
  173.   object BitBtn1: TBitBtn
  174.     Left = 7
  175.     Top = 232
  176.     Width = 98
  177.     Height = 30
  178.     Caption = 'C&ontinue'
  179.     Default = True
  180.     Font.Color = clBlack
  181.     Font.Height = -13
  182.     Font.Name = 'Arial'
  183.     Font.Style = []
  184.     ParentFont = False
  185.     TabOrder = 10
  186.     OnClick = BitBtn1Click
  187.     Glyph.Data = {
  188.       78010000424D7801000000000000760000002800000020000000100000000100
  189.       04000000000000000000120B0000120B00000000000000000000000000000000
  190.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  191.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  192.       3333333333333333333333333333333333333FFF333333333333000333333333
  193.       3333777FFF3FFFFF33330B000300000333337F777F777773F333000E00BFBFB0
  194.       3333777F773333F7F333000E0BFBF0003333777F7F3337773F33000E0FBFBFBF
  195.       0333777F7F3333FF7FFF000E0BFBF0000003777F7F3337777773000E0FBFBFBF
  196.       BFB0777F7F33FFFFFFF7000E0BF000000003777F7FF777777773000000BFB033
  197.       33337777773FF733333333333300033333333333337773333333333333333333
  198.       3333333333333333333333333333333333333333333333333333333333333333
  199.       33333333333333333333333333333333333333333333333333330000}
  200.     NumGlyphs = 2
  201.   end
  202.   object BtnCancel: TBitBtn
  203.     Left = 470
  204.     Top = 232
  205.     Width = 97
  206.     Height = 30
  207.     Caption = '&Cancel'
  208.     Font.Color = clBlack
  209.     Font.Height = -13
  210.     Font.Name = 'Arial'
  211.     Font.Style = []
  212.     ParentFont = False
  213.     TabOrder = 11
  214.     OnClick = BtnCancelClick
  215.     Kind = bkCancel
  216.   end
  217.   object CBBefore: TCheckBox
  218.     Left = 35
  219.     Top = 163
  220.     Width = 22
  221.     Height = 17
  222.     TabStop = False
  223.     Font.Color = clNavy
  224.     Font.Height = -13
  225.     Font.Name = 'Arial'
  226.     Font.Style = [fsBold]
  227.     ParentFont = False
  228.     TabOrder = 8
  229.   end
  230.   object CBAfter: TCheckBox
  231.     Left = 35
  232.     Top = 192
  233.     Width = 22
  234.     Height = 17
  235.     TabStop = False
  236.     Font.Color = clNavy
  237.     Font.Height = -13
  238.     Font.Name = 'Arial'
  239.     Font.Style = [fsBold]
  240.     ParentFont = False
  241.     TabOrder = 9
  242.   end
  243.   object EBefore: TOvcNumericField
  244.     Left = 60
  245.     Top = 165
  246.     Width = 25
  247.     Height = 20
  248.     Cursor = crIBeam
  249.     AutoSize = False
  250.     CaretOvr.Shape = csBlock
  251.     Controller = OvcController1
  252.     DisabledColors.BackColor = clWindow
  253.     DisabledColors.TextColor = clGrayText
  254.     ErrorColors.BackColor = clRed
  255.     ErrorColors.TextColor = clBlack
  256.     HighlightColors.BackColor = clHighlight
  257.     HighlightColors.TextColor = clHighlightText
  258.     PictureMask = '9'
  259.     TabOrder = 12
  260.     RangeHigh = {09000000000000000000}
  261.     RangeLow = {00000000000000000000}
  262.   end
  263.   object EAfter: TOvcNumericField
  264.     Left = 60
  265.     Top = 189
  266.     Width = 25
  267.     Height = 20
  268.     Cursor = crIBeam
  269.     AutoSize = False
  270.     CaretOvr.Shape = csBlock
  271.     Controller = OvcController1
  272.     DisabledColors.BackColor = clWindow
  273.     DisabledColors.TextColor = clGrayText
  274.     ErrorColors.BackColor = clRed
  275.     ErrorColors.TextColor = clBlack
  276.     HighlightColors.BackColor = clHighlight
  277.     HighlightColors.TextColor = clHighlightText
  278.     PictureMask = '9'
  279.     TabOrder = 13
  280.     RangeHigh = {09000000000000000000}
  281.     RangeLow = {00000000000000000000}
  282.   end
  283.   object OvcController1: TOvcController
  284.     EntryCommands.TableList = (
  285.       'Default'
  286.       True
  287.       ()
  288.       'WordStar'
  289.       False
  290.       ()
  291.       'Grid'
  292.       False
  293.       ())
  294.     Left = 516
  295.     Top = 154
  296.   end
  297. end
  298.